home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FUN / ARCTUNE / !ArcTune / !Help next >
Text File  |  1995-07-07  |  3KB  |  94 lines

  1. !Help for !Arctune v0.05
  2.  
  3. PURPOSE :
  4. ---------
  5.  
  6. This little program is made to give you something to do while the WIMP is
  7. starting and hopefully to make you laugh once in a while. To accomplish
  8. this it puts a random funny text in the WIMP startup screen above the
  9. RiscOS 2/3 initialising picture.
  10.  
  11.  
  12. COPYRIGHT MATTERS :
  13. -------------------
  14.  
  15. !ArcTune is FREEWARE. This means that you may freely distribute it, as
  16. long as you include all files unaltered, and don't charge any money for it.
  17. (This doesn't include disc- and p&p costs for PD-libraries.)
  18.  
  19.  
  20. HOW TO USE :
  21. ------------
  22.  
  23. For beginners:
  24.  
  25. Put !Arctune somewhere on your harddisc and put the following line
  26. anywhere in the !Run file of your !Boot application but before the
  27. Desktop -File ... command:
  28.  
  29.      Run IDEFS::IDEDisc4.$.!ArcTune
  30.  
  31. Here !ArcTune is in the rootdirectory of IDEDisc4 on the IDEFS filing
  32. system. Change the name of the filing system, the name of the harddisc and
  33. the directory where !ArcTune resides according to your configuration.
  34.  
  35. For more advanced users:
  36.  
  37. As you can see in the !Run file of the !ArcTune application all that happens
  38. is setting a system variable and loading a module. You can do this yourself
  39. by putting the following two lines in the !Run file of your !Boot application
  40. before the Desktop -File ... command:
  41.  
  42.      Set ArcTune$File "IDEFS::IDEDisc4.$.!Boot.ArcTuneTxt"
  43.      RMLoad IDEFS::IDEDisc4.$.!Boot.ArcTune
  44.      
  45. (Change filing system and path according to your configuration)     
  46. Now copy the ArcTune module and the ArcTuneTxt text file inside the directory
  47. you have chosen and forget all about the !ArcTune application.
  48.  
  49. (Hint: You can Unset the variable and RMKill the module at the end of the
  50.        Desktop boot file (that one at the end of the Desktop -File ...
  51.        command), if you desperatly need the memory, but this means that you
  52.        will not get a textline after a shutdown and restart because the
  53.        module isn't there anymore)
  54.  
  55.        
  56. WARNING :
  57. ---------
  58.  
  59. I don't take ANY responsability for damage or losses caused by using this
  60. program! This means that you use it entirely at your own risk!
  61.  
  62.  
  63. THANKS TO :
  64. -----------
  65.  
  66. - Luke (?) for the PC 4Tune program from which I took the ArcTuneTxt text
  67.   file. (I hope you don't mind).
  68. - Logic of Topix from whom I copied the !Help file layout.
  69.  
  70.  
  71. HISTORY :
  72. ---------
  73.  
  74. 0.01 Very first version. Uses fixed filelength and doesn't do any checking.
  75. 0.02 Problems with multisync modes fixed.
  76. 0.03 Still using fixed filelength but module will not damage any other
  77.      module if file is too short.
  78. 0.04 Module now reads filelength but can produce only 4096 different lines
  79.      from any textfile. (i.e. with files larger 320K not all lines can be
  80.      picked)
  81. 0.05 Changed number of different random offsets to 16384. This should be
  82.      sufficient for much larger ArcTuneTxt files.
  83.      
  84.  
  85. CONTACT :
  86. ---------
  87.  
  88. E-mail:      opmeer@cs.utwente.nl    or    a.d.opmeer@student.utwente.nl
  89.               
  90. Snail-mail:  Arjan Opmeer
  91.              Calslaan 40-44
  92.              7522 ME Enschede
  93.              The Netherlands
  94.